home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / cli / sort1_38.rea < prev    next >
Text File  |  1995-10-06  |  3KB  |  73 lines

  1. Short:    Sorts ASCII-Files, many different features
  2. Author:   wernerr@iee1.et.tu-dresden.de (Ruediger Werner)
  3. Uploader: wernerr@iee1.et.tu-dresden.de (Ruediger Werner)
  4. Type:     util/cli
  5. Replaces: util/sys/sort1_37.lha
  6.  
  7. sort        Version 1.38        by Rüdiger Werner
  8.  
  9. The program and files in this distribution are freely distributable,
  10. but are also copyright (c) Rüdiger Werner. They may be freely
  11. distributed as long as no more than a nominal fee is charged to cover
  12. time and copying costs.
  13. No commercial usage is permitted without written permission from the
  14. author. Everything in this distribution must be kept together, in original
  15. unmodified form.
  16. This program is 'anyware', that means if you find this program useable or
  17. if you tried it then I'd like to receive anything from you.
  18. Of course I'd be very grateful, if you want to donate the author.
  19. The money will be used for a good purpose: I know very well a small indian
  20. boy who needs to be operated quite urgent. The parents have to pay the
  21. operation themselves, but they can't afford it. This is true, really.
  22.  
  23.                       *************************
  24.  
  25. I spent a lot of time on that program, now everything is ok so far.
  26. Of course the program is improved further. If you'd like to get a new
  27. version for a tiny fee, contact me. As far as I can tell already, it
  28. will be more as double as fast as this version. Some new features will
  29. be added too, as sorting by two criterions, e.g. sort by the 20th column
  30. and additionally sorting by the first.
  31. A graphical user interface is in work too, but that may take more time,
  32. because I have to do some other things too, like studying...
  33. It will be announced in the net, when it will be ready.
  34.  
  35.                       *************************
  36.  
  37.  
  38. ***********************************************************************
  39. * Notice that the author can't be made responsible for the destroying *
  40. * or lost of data through use of this program. You use it on your own *
  41. * risc. Please read carefully the Doc-file before using.              *
  42. ***********************************************************************
  43.  
  44.  E-Mail:  rw2@irz.inf.tu-dresden.de
  45.       wernerr@iee1.et.tu-dresden.de
  46.  
  47.  URL:     http://www.inf.tu-dresden.de/~rw2
  48.           http://eeetw0.et.tu-dresden.de:8080/~wernerr
  49.  
  50.  Mail:      Rüdiger Werner
  51.       Stresemannplatz 2
  52.       01309 Dresden
  53.       GERMANY
  54.  
  55. Contents
  56.  
  57.  sort        18104 Bytes
  58.  sort_engl    17480 Bytes
  59.  sort.doc     6365 Bytes
  60.  sort.readme
  61.  History
  62.  
  63.  
  64. This program was written for sorting ASCII-Files in alphabetical order.
  65. I had to sort some large files. I searched for a usable sort-program,
  66. but I didn't found.
  67. Anyway, I implemented an algorithm and added some useful other features
  68. like erasing empty lines or lines which are twice or more in the file
  69. (of course ONE of these lines is kept in the file ;-) .
  70. For more information read the doc-file.
  71.  
  72. Rüdiger
  73.